home *** CD-ROM | disk | FTP | other *** search
/ Giga Pack / Giga Pack CD1.iso / adv / cavchao2 / type_doc.bat < prev   
DOS Batch File  |  1992-08-02  |  876b  |  35 lines

  1. echo off
  2. CLS
  3. echo.
  4. echo.
  5. echo.
  6. echo.
  7. echo.
  8. echo.
  9. echo.
  10. echo.
  11. echo. 
  12. echo            ┌─────────────────────────────────────────────────────────────┐
  13. echo            │     This  file  will  type  out  the  documentation  for    │
  14. echo            │                    CAVERNS OF CHAOS I                       │
  15. echo            │                                                             │
  16. echo            │         You can press  [ctrl]+[break]  to abort or any      │
  17. echo            │                  other key to countinue                     │
  18. echo            └─────────────────────────────────────────────────────────────┘
  19. echo.  
  20. echo.     
  21. echo.     
  22. echo.
  23. echo.
  24. echo.
  25. echo.  
  26. pause
  27. echo . 
  28. echo  Loading the documentation for Cavens Of Chaos into memory, please wait...
  29. echo  
  30. type chaosdoc.txt | more 
  31. echo.  
  32. echo.     
  33. echo  
  34. :end
  35.